Html Css Color HEX #BDB302 La Rioja

📋 copy color: '#BDB302'

red 189 ◦ green 179 ◦ blue 2

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

Shades of La Rioja #BDB302

Tints of La Rioja #BDB302

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.38%

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

R = 51.08%
G = 48.38%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDB302 (or 0xBDB302) is known color: La Rioja. HEX triplet: BD, B3 and 02. RGB value is (189,179,2). Sum of RGB (Red+Green+Blue) = 189+179+2=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB302 is #424CFD. Grayscale: #A2A2A2. Windows color (decimal): -4345086 or 177085. OLE color: 177085.

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

Color convert

RGB 189 179 2 -
CMYK 0 0.05 0.99 0.26
HSL 56.79º 0.98% 0.37% -
HSV(B) 56.79º 0.99% 0.74% -
XYZ 37.12 43.06 6.41 -
YUV 161.81 37.81 147.39 -
System Red Green Blue C M Y K H S L
Decimal 189 179 2 0 0.05 0.99 0.26 56.79 0.98 0.37
Hex BD B3 2 0 5 63 1A 39 62 25
Octal 275 263 2 0 5 143 32 71 142 45
Binary 10111101 10110011 10 0 101 1100011 11010 111001 1100010 100101

Color Harmonies of #BDB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB302

Black with #BDB302

Text Example


Text Example

White with #BDB302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB302; }

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

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

background-color css

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

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

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

border-color css

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

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

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