Html Css Color HEX #BDBB04 La Rioja

📋 copy color: '#BDBB04'

red 189 ◦ green 187 ◦ blue 4

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

Shades of La Rioja #BDBB04

Tints of La Rioja #BDBB04

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.21%

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

R = 49.74%
G = 49.21%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDBB04 (or 0xBDBB04) is known color: La Rioja. HEX triplet: BD, BB and 04. RGB value is (189,187,4). Sum of RGB (Red+Green+Blue) = 189+187+4=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB04 is #4244FB. Grayscale: #A7A7A7. Windows color (decimal): -4343036 or 310205. OLE color: 310205.

HSL color Cylindrical-coordinate representation of color #BDBB04: hue angle of 59.35º 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 #BDBB04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 4 -
CMYK 0 0.01 0.98 0.26
HSL 59.35º 0.96% 0.38% -
HSV(B) 59.35º 0.98% 0.74% -
XYZ 38.78 46.37 7.02 -
YUV 166.74 36.16 143.88 -
System Red Green Blue C M Y K H S L
Decimal 189 187 4 0 0.01 0.98 0.26 59.35 0.96 0.38
Hex BD BB 4 0 1 62 1A 3B 60 26
Octal 275 273 4 0 1 142 32 73 140 46
Binary 10111101 10111011 100 0 1 1100010 11010 111011 1100000 100110

Color Harmonies of #BDBB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB04

Black with #BDBB04

Text Example


Text Example

White with #BDBB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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