Html Css Color HEX #B4B302 La Rioja

📋 copy color: '#B4B302'

red 180 ◦ green 179 ◦ blue 2

#B4B302
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #B4B302

Tints of La Rioja #B4B302

RGB

 RED value IS 180 (70.7% from 255) = 49.86%

 GREEN value IS 179 (70.31% from 255) = 49.58%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 49.86%
G = 49.58%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B4B302 (or 0xB4B302) is known color: La Rioja. HEX triplet: B4, B3 and 02. RGB value is (180,179,2). Sum of RGB (Red+Green+Blue) = 180+179+2=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B302 is #4B4CFD. Grayscale: #9F9F9F. Windows color (decimal): -4934910 or 177076. OLE color: 177076.

HSL color Cylindrical-coordinate representation of color #B4B302: hue angle of 59.66º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4B302 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 179 2 -
CMYK 0 0.01 0.99 0.29
HSL 59.66º 0.98% 0.36% -
HSV(B) 59.66º 0.99% 0.71% -
XYZ 34.95 41.95 6.31 -
YUV 159.12 39.33 142.89 -
System Red Green Blue C M Y K H S L
Decimal 180 179 2 0 0.01 0.99 0.29 59.66 0.98 0.36
Hex B4 B3 2 0 1 63 1D 3C 62 24
Octal 264 263 2 0 1 143 35 74 142 44
Binary 10110100 10110011 10 0 1 1100011 11101 111100 1100010 100100

Color Harmonies of #B4B302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B302

Black with #B4B302

Text Example


Text Example

White with #B4B302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B302; }

 p { color: rgb(180,179,2); }

 H1.HeaderClassName
 {
   color: #B4B302;
 }
 .AnyTagClassName
 {
   color: #B4B302;
 }
</style>

background-color css

<style>
 a { background-color: #B4B302; }

 a { background-color: rgb(180,179,2); }

 div.DivClassName
 {
   background-color: #B4B302;
 }
 .BgClassName
 {
   background-color: #B4B302;
 }
</style>

border-color css

<style>
 span { border-color: #B4B302; }

 span { border-color: rgb(180,179,2); }

 td.TdClassName
 {
   border-color: #B4B302;
 }
 .TagClassName
 {
   border-color: #B4B302;
 }
</style>