Html Css Color HEX #BDB204 La Rioja

📋 copy color: '#BDB204'

red 189 ◦ green 178 ◦ blue 4

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

Shades of La Rioja #BDB204

Tints of La Rioja #BDB204

RGB

 RED value IS 189 (74.22% from 255) = 50.94%

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

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 50.94%
G = 47.98%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDB204 (or 0xBDB204) is known color: La Rioja. HEX triplet: BD, B2 and 04. RGB value is (189,178,4). Sum of RGB (Red+Green+Blue) = 189+178+4=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB204 is #424DFB. Grayscale: #A2A2A2. Windows color (decimal): -4345340 or 307901. OLE color: 307901.

HSL color Cylindrical-coordinate representation of color #BDB204: hue angle of 56.43º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDB204 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 4 -
CMYK 0 0.06 0.98 0.26
HSL 56.43º 0.96% 0.38% -
HSV(B) 56.43º 0.98% 0.74% -
XYZ 36.93 42.67 6.4 -
YUV 161.45 39.14 147.65 -
System Red Green Blue C M Y K H S L
Decimal 189 178 4 0 0.06 0.98 0.26 56.43 0.96 0.38
Hex BD B2 4 0 6 62 1A 38 60 26
Octal 275 262 4 0 6 142 32 70 140 46
Binary 10111101 10110010 100 0 110 1100010 11010 111000 1100000 100110

Color Harmonies of #BDB204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB204

Black with #BDB204

Text Example


Text Example

White with #BDB204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB204; }

 p { color: rgb(189,178,4); }

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

background-color css

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

 a { background-color: rgb(189,178,4); }

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

border-color css

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

 span { border-color: rgb(189,178,4); }

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