Html Css Color HEX #BDB308 La Rioja

📋 copy color: '#BDB308'

red 189 ◦ green 179 ◦ blue 8

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

Shades of La Rioja #BDB308

Tints of La Rioja #BDB308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.13%

R = 50.27%
G = 47.61%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BDB308 (or 0xBDB308) is known color: La Rioja. HEX triplet: BD, B3 and 08. RGB value is (189,179,8). Sum of RGB (Red+Green+Blue) = 189+179+8=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB308 is #424CF7. Grayscale: #A3A3A3. Windows color (decimal): -4345080 or 570301. OLE color: 570301.

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

Color convert

RGB 189 179 8 -
CMYK 0 0.05 0.96 0.26
HSL 56.69º 0.92% 0.39% -
HSV(B) 56.69º 0.96% 0.74% -
XYZ 37.15 43.08 6.59 -
YUV 162.5 40.81 146.9 -
System Red Green Blue C M Y K H S L
Decimal 189 179 8 0 0.05 0.96 0.26 56.69 0.92 0.39
Hex BD B3 8 0 5 60 1A 39 5C 27
Octal 275 263 10 0 5 140 32 71 134 47
Binary 10111101 10110011 1000 0 101 1100000 11010 111001 1011100 100111

Color Harmonies of #BDB308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB308

Black with #BDB308

Text Example


Text Example

White with #BDB308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB308; }

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

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

background-color css

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

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

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

border-color css

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

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

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