Html Css Color HEX #BDBB0F La Rioja

📋 copy color: '#BDBB0F'

red 189 ◦ green 187 ◦ blue 15

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

Shades of La Rioja #BDBB0F

Tints of La Rioja #BDBB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.84%

R = 48.34%
G = 47.83%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDBB0F (or 0xBDBB0F) is known color: La Rioja. HEX triplet: BD, BB and 0F. RGB value is (189,187,15). Sum of RGB (Red+Green+Blue) = 189+187+15=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB0F is #4244F0. Grayscale: #A8A8A8. Windows color (decimal): -4343025 or 1031101. OLE color: 1031101.

HSL color Cylindrical-coordinate representation of color #BDBB0F: hue angle of 59.31º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDBB0F is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 15 -
CMYK 0 0.01 0.92 0.26
HSL 59.31º 0.85% 0.4% -
HSV(B) 59.31º 0.92% 0.74% -
XYZ 38.84 46.39 7.36 -
YUV 167.99 41.66 142.99 -
System Red Green Blue C M Y K H S L
Decimal 189 187 15 0 0.01 0.92 0.26 59.31 0.85 0.4
Hex BD BB F 0 1 5C 1A 3B 55 28
Octal 275 273 17 0 1 134 32 73 125 50
Binary 10111101 10111011 1111 0 1 1011100 11010 111011 1010101 101000

Color Harmonies of #BDBB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB0F

Black with #BDBB0F

Text Example


Text Example

White with #BDBB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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