Html Css Color HEX #BDB007 La Rioja

📋 copy color: '#BDB007'

red 189 ◦ green 176 ◦ blue 7

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

Shades of La Rioja #BDB007

Tints of La Rioja #BDB007

RGB

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

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

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

R = 50.81%
G = 47.31%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BDB007 (or 0xBDB007) is known color: La Rioja. HEX triplet: BD, B0 and 07. RGB value is (189,176,7). Sum of RGB (Red+Green+Blue) = 189+176+7=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 7 (3.12% from 255 or 1.88% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB007 is #424FF8. Grayscale: #A1A1A1. Windows color (decimal): -4345849 or 503997. OLE color: 503997.

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

Color convert

RGB 189 176 7 -
CMYK 0 0.07 0.96 0.26
HSL 55.71º 0.93% 0.38% -
HSV(B) 55.71º 0.96% 0.74% -
XYZ 36.55 41.88 6.36 -
YUV 160.62 41.31 148.24 -
System Red Green Blue C M Y K H S L
Decimal 189 176 7 0 0.07 0.96 0.26 55.71 0.93 0.38
Hex BD B0 7 0 7 60 1A 38 5D 26
Octal 275 260 7 0 7 140 32 70 135 46
Binary 10111101 10110000 111 0 111 1100000 11010 111000 1011101 100110

Color Harmonies of #BDB007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB007

Black with #BDB007

Text Example


Text Example

White with #BDB007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB007; }

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

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

background-color css

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

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

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

border-color css

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

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

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