Html Css Color HEX #B4B209 La Rioja

📋 copy color: '#B4B209'

red 180 ◦ green 178 ◦ blue 9

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

Shades of La Rioja #B4B209

Tints of La Rioja #B4B209

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.5%

 BLUE value IS 9 (3.91% from 255) = 2.45%

R = 49.05%
G = 48.5%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B4B209 (or 0xB4B209) is known color: La Rioja. HEX triplet: B4, B2 and 09. RGB value is (180,178,9). Sum of RGB (Red+Green+Blue) = 180+178+9=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 9 (3.91% from 255 or 2.45% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4B209 is #4B4DF6. Grayscale: #A0A0A0. Windows color (decimal): -4935159 or 635572. OLE color: 635572.

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

Color convert

RGB 180 178 9 -
CMYK 0 0.01 0.95 0.29
HSL 59.3º 0.9% 0.37% -
HSV(B) 59.3º 0.95% 0.71% -
XYZ 34.79 41.56 6.45 -
YUV 159.33 43.16 142.74 -
System Red Green Blue C M Y K H S L
Decimal 180 178 9 0 0.01 0.95 0.29 59.3 0.9 0.37
Hex B4 B2 9 0 1 5F 1D 3B 5A 25
Octal 264 262 11 0 1 137 35 73 132 45
Binary 10110100 10110010 1001 0 1 1011111 11101 111011 1011010 100101

Color Harmonies of #B4B209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B209

Black with #B4B209

Text Example


Text Example

White with #B4B209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B209; }

 p { color: rgb(180,178,9); }

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

background-color css

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

 a { background-color: rgb(180,178,9); }

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

border-color css

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

 span { border-color: rgb(180,178,9); }

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