Html Css Color HEX #BDBD0C La Rioja

📋 copy color: '#BDBD0C'

red 189 ◦ green 189 ◦ blue 12

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

Shades of La Rioja #BDBD0C

Tints of La Rioja #BDBD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.08%

R = 48.46%
G = 48.46%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BDBD0C (or 0xBDBD0C) is known color: La Rioja. HEX triplet: BD, BD and 0C. RGB value is (189,189,12). Sum of RGB (Red+Green+Blue) = 189+189+12=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBD0C is #4242F3. Grayscale: #A9A9A9. Windows color (decimal): -4342516 or 835005. OLE color: 835005.

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

Color convert

RGB 189 189 12 -
CMYK 0 0 0.94 0.26
HSL 60º 0.88% 0.39% -
HSV(B) 60º 0.94% 0.74% -
XYZ 39.25 47.24 7.4 -
YUV 168.82 39.5 142.39 -
System Red Green Blue C M Y K H S L
Decimal 189 189 12 0 0 0.94 0.26 60 0.88 0.39
Hex BD BD C 0 0 5E 1A 3C 58 27
Octal 275 275 14 0 0 136 32 74 130 47
Binary 10111101 10111101 1100 0 0 1011110 11010 111100 1011000 100111

Color Harmonies of #BDBD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBD0C

Black with #BDBD0C

Text Example


Text Example

White with #BDBD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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