Html Css Color HEX #BDBA04 La Rioja

📋 copy color: '#BDBA04'

red 189 ◦ green 186 ◦ blue 4

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

Shades of La Rioja #BDBA04

Tints of La Rioja #BDBA04

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.08%

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

R = 49.87%
G = 49.08%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDBA04 (or 0xBDBA04) is known color: La Rioja. HEX triplet: BD, BA and 04. RGB value is (189,186,4). Sum of RGB (Red+Green+Blue) = 189+186+4=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 4 (1.95% from 255 or 1.06% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBA04 is #4245FB. Grayscale: #A6A6A6. Windows color (decimal): -4343292 or 309949. OLE color: 309949.

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

Color convert

RGB 189 186 4 -
CMYK 0 0.02 0.98 0.26
HSL 59.03º 0.96% 0.38% -
HSV(B) 59.03º 0.98% 0.74% -
XYZ 38.57 45.95 6.95 -
YUV 166.15 36.49 144.3 -
System Red Green Blue C M Y K H S L
Decimal 189 186 4 0 0.02 0.98 0.26 59.03 0.96 0.38
Hex BD BA 4 0 2 62 1A 3B 60 26
Octal 275 272 4 0 2 142 32 73 140 46
Binary 10111101 10111010 100 0 10 1100010 11010 111011 1100000 100110

Color Harmonies of #BDBA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA04

Black with #BDBA04

Text Example


Text Example

White with #BDBA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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