Html Css Color HEX #BDB107 La Rioja

📋 copy color: '#BDB107'

red 189 ◦ green 177 ◦ blue 7

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

Shades of La Rioja #BDB107

Tints of La Rioja #BDB107

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.45%

 BLUE value IS 7 (3.13% from 255) = 1.88%

R = 50.67%
G = 47.45%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BDB107 (or 0xBDB107) is known color: La Rioja. HEX triplet: BD, B1 and 07. RGB value is (189,177,7). Sum of RGB (Red+Green+Blue) = 189+177+7=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB107 is #424EF8. Grayscale: #A1A1A1. Windows color (decimal): -4345593 or 504253. OLE color: 504253.

HSL color Cylindrical-coordinate representation of color #BDB107: hue angle of 56.04º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDB107 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 7 -
CMYK 0 0.06 0.96 0.26
HSL 56.04º 0.93% 0.38% -
HSV(B) 56.04º 0.96% 0.74% -
XYZ 36.75 42.28 6.42 -
YUV 161.21 40.98 147.82 -
System Red Green Blue C M Y K H S L
Decimal 189 177 7 0 0.06 0.96 0.26 56.04 0.93 0.38
Hex BD B1 7 0 6 60 1A 38 5D 26
Octal 275 261 7 0 6 140 32 70 135 46
Binary 10111101 10110001 111 0 110 1100000 11010 111000 1011101 100110

Color Harmonies of #BDB107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB107

Black with #BDB107

Text Example


Text Example

White with #BDB107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB107; }

 p { color: rgb(189,177,7); }

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

background-color css

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

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

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

border-color css

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

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

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