Html Css Color HEX #BDBB0B La Rioja

📋 copy color: '#BDBB0B'

red 189 ◦ green 187 ◦ blue 11

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

Shades of La Rioja #BDBB0B

Tints of La Rioja #BDBB0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.84%

R = 48.84%
G = 48.32%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BDBB0B (or 0xBDBB0B) is known color: La Rioja. HEX triplet: BD, BB and 0B. RGB value is (189,187,11). Sum of RGB (Red+Green+Blue) = 189+187+11=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB0B is #4244F4. Grayscale: #A8A8A8. Windows color (decimal): -4343029 or 768957. OLE color: 768957.

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

Color convert

RGB 189 187 11 -
CMYK 0 0.01 0.94 0.26
HSL 59.33º 0.89% 0.39% -
HSV(B) 59.33º 0.94% 0.74% -
XYZ 38.82 46.38 7.22 -
YUV 167.53 39.66 143.31 -
System Red Green Blue C M Y K H S L
Decimal 189 187 11 0 0.01 0.94 0.26 59.33 0.89 0.39
Hex BD BB B 0 1 5E 1A 3B 59 27
Octal 275 273 13 0 1 136 32 73 131 47
Binary 10111101 10111011 1011 0 1 1011110 11010 111011 1011001 100111

Color Harmonies of #BDBB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB0B

Black with #BDBB0B

Text Example


Text Example

White with #BDBB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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