Html Css Color HEX #BDB816 La Rioja

📋 copy color: '#BDB816'

red 189 ◦ green 184 ◦ blue 22

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

Shades of La Rioja #BDB816

Tints of La Rioja #BDB816

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.58%

 BLUE value IS 22 (8.98% from 255) = 5.57%

R = 47.85%
G = 46.58%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDB816 (or 0xBDB816) is known color: La Rioja. HEX triplet: BD, B8 and 16. RGB value is (189,184,22). Sum of RGB (Red+Green+Blue) = 189+184+22=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB816 is #4247E9. Grayscale: #A7A7A7. Windows color (decimal): -4343786 or 1489085. OLE color: 1489085.

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

Color convert

RGB 189 184 22 -
CMYK 0 0.03 0.88 0.26
HSL 58.2º 0.79% 0.41% -
HSV(B) 58.2º 0.88% 0.74% -
XYZ 38.27 45.16 7.46 -
YUV 167.03 46.16 143.67 -
System Red Green Blue C M Y K H S L
Decimal 189 184 22 0 0.03 0.88 0.26 58.2 0.79 0.41
Hex BD B8 16 0 3 58 1A 3A 4F 29
Octal 275 270 26 0 3 130 32 72 117 51
Binary 10111101 10111000 10110 0 11 1011000 11010 111010 1001111 101001

Color Harmonies of #BDB816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB816

Black with #BDB816

Text Example


Text Example

White with #BDB816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB816; }

 p { color: rgb(189,184,22); }

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

background-color css

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

 a { background-color: rgb(189,184,22); }

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

border-color css

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

 span { border-color: rgb(189,184,22); }

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