Html Css Color HEX #BDB702 La Rioja

📋 copy color: '#BDB702'

red 189 ◦ green 183 ◦ blue 2

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

Shades of La Rioja #BDB702

Tints of La Rioja #BDB702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 50.53%
G = 48.93%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDB702 (or 0xBDB702) is known color: La Rioja. HEX triplet: BD, B7 and 02. RGB value is (189,183,2). Sum of RGB (Red+Green+Blue) = 189+183+2=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB702 is #4248FD. Grayscale: #A4A4A4. Windows color (decimal): -4344062 or 178109. OLE color: 178109.

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

Color convert

RGB 189 183 2 -
CMYK 0 0.03 0.99 0.26
HSL 58.07º 0.98% 0.37% -
HSV(B) 58.07º 0.99% 0.74% -
XYZ 37.93 44.69 6.68 -
YUV 164.16 36.49 145.72 -
System Red Green Blue C M Y K H S L
Decimal 189 183 2 0 0.03 0.99 0.26 58.07 0.98 0.37
Hex BD B7 2 0 3 63 1A 3A 62 25
Octal 275 267 2 0 3 143 32 72 142 45
Binary 10111101 10110111 10 0 11 1100011 11010 111010 1100010 100101

Color Harmonies of #BDB702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB702

Black with #BDB702

Text Example


Text Example

White with #BDB702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB702; }

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

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

background-color css

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

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

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

border-color css

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

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

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