Html Css Color HEX #BDB700 La Rioja

📋 copy color: '#BDB700'

red 189 ◦ green 183 ◦ blue 0

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

Shades of La Rioja #BDB700

Tints of La Rioja #BDB700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.81%
G = 49.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BDB700 (or 0xBDB700) is known color: La Rioja. HEX triplet: BD, B7 and 00. RGB value is (189,183,0). Sum of RGB (Red+Green+Blue) = 189+183+0=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB700 is #4248FF. Grayscale: #A4A4A4. Windows color (decimal): -4344064 or 47037. OLE color: 47037.

HSL color Cylindrical-coordinate representation of color #BDB700: hue angle of 58.1º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDB700 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 183 0 -
CMYK 0 0.03 1 0.26
HSL 58.1º 1% 0.37% -
HSV(B) 58.1º 1% 0.74% -
XYZ 37.92 44.69 6.63 -
YUV 163.93 35.49 145.88 -
System Red Green Blue C M Y K H S L
Decimal 189 183 0 0 0.03 1 0.26 58.1 1 0.37
Hex BD B7 0 0 3 64 1A 3A 64 25
Octal 275 267 0 0 3 144 32 72 144 45
Binary 10111101 10110111 0 0 11 1100100 11010 111010 1100100 100101

Color Harmonies of #BDB700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB700

Black with #BDB700

Text Example


Text Example

White with #BDB700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB700; }

 p { color: rgb(189,183,0); }

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

background-color css

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

 a { background-color: rgb(189,183,0); }

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

border-color css

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

 span { border-color: rgb(189,183,0); }

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