Html Css Color HEX #BDB00B La Rioja

📋 copy color: '#BDB00B'

red 189 ◦ green 176 ◦ blue 11

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

Shades of La Rioja #BDB00B

Tints of La Rioja #BDB00B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.81%

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

R = 50.27%
G = 46.81%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BDB00B (or 0xBDB00B) is known color: La Rioja. HEX triplet: BD, B0 and 0B. RGB value is (189,176,11). Sum of RGB (Red+Green+Blue) = 189+176+11=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB00B is #424FF4. Grayscale: #A1A1A1. Windows color (decimal): -4345845 or 766141. OLE color: 766141.

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

Color convert

RGB 189 176 11 -
CMYK 0 0.07 0.94 0.26
HSL 55.62º 0.89% 0.39% -
HSV(B) 55.62º 0.94% 0.74% -
XYZ 36.57 41.89 6.48 -
YUV 161.08 43.31 147.92 -
System Red Green Blue C M Y K H S L
Decimal 189 176 11 0 0.07 0.94 0.26 55.62 0.89 0.39
Hex BD B0 B 0 7 5E 1A 38 59 27
Octal 275 260 13 0 7 136 32 70 131 47
Binary 10111101 10110000 1011 0 111 1011110 11010 111000 1011001 100111

Color Harmonies of #BDB00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB00B

Black with #BDB00B

Text Example


Text Example

White with #BDB00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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