Html Css Color HEX #BDBD0A La Rioja

📋 copy color: '#BDBD0A'

red 189 ◦ green 189 ◦ blue 10

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

Shades of La Rioja #BDBD0A

Tints of La Rioja #BDBD0A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.71%

 BLUE value IS 10 (4.3% from 255) = 2.58%

R = 48.71%
G = 48.71%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDBD0A (or 0xBDBD0A) is known color: La Rioja. HEX triplet: BD, BD and 0A. RGB value is (189,189,10). Sum of RGB (Red+Green+Blue) = 189+189+10=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 10 (4.30% from 255 or 2.58% from 388); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBD0A is #4242F5. Grayscale: #A9A9A9. Windows color (decimal): -4342518 or 703933. OLE color: 703933.

HSL color Cylindrical-coordinate representation of color #BDBD0A: hue angle of 60º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDBD0A is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 189 10 -
CMYK 0 0 0.95 0.26
HSL 60º 0.9% 0.39% -
HSV(B) 60º 0.95% 0.74% -
XYZ 39.24 47.24 7.34 -
YUV 168.59 38.5 142.55 -
System Red Green Blue C M Y K H S L
Decimal 189 189 10 0 0 0.95 0.26 60 0.9 0.39
Hex BD BD A 0 0 5F 1A 3C 5A 27
Octal 275 275 12 0 0 137 32 74 132 47
Binary 10111101 10111101 1010 0 0 1011111 11010 111100 1011010 100111

Color Harmonies of #BDBD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBD0A

Black with #BDBD0A

Text Example


Text Example

White with #BDBD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBD0A; }

 p { color: rgb(189,189,10); }

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

background-color css

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

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

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

border-color css

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

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

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