Html Css Color HEX #B6B409 La Rioja

📋 copy color: '#B6B409'

red 182 ◦ green 180 ◦ blue 9

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

Shades of La Rioja #B6B409

Tints of La Rioja #B6B409

RGB

 RED value IS 182 (71.48% from 255) = 49.06%

 GREEN value IS 180 (70.7% from 255) = 48.52%

 BLUE value IS 9 (3.91% from 255) = 2.43%

R = 49.06%
G = 48.52%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B6B409 (or 0xB6B409) is known color: La Rioja. HEX triplet: B6, B4 and 09. RGB value is (182,180,9). Sum of RGB (Red+Green+Blue) = 182+180+9=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B409 is #494BF6. Grayscale: #A1A1A1. Windows color (decimal): -4803575 or 636086. OLE color: 636086.

HSL color Cylindrical-coordinate representation of color #B6B409: hue angle of 59.31º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6B409 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 180 9 -
CMYK 0 0.01 0.95 0.29
HSL 59.31º 0.91% 0.37% -
HSV(B) 59.31º 0.95% 0.71% -
XYZ 35.66 42.61 6.6 -
YUV 161.1 42.16 142.9 -
System Red Green Blue C M Y K H S L
Decimal 182 180 9 0 0.01 0.95 0.29 59.31 0.91 0.37
Hex B6 B4 9 0 1 5F 1D 3B 5B 25
Octal 266 264 11 0 1 137 35 73 133 45
Binary 10110110 10110100 1001 0 1 1011111 11101 111011 1011011 100101

Color Harmonies of #B6B409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B409

Black with #B6B409

Text Example


Text Example

White with #B6B409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B409; }

 p { color: rgb(182,180,9); }

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

background-color css

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

 a { background-color: rgb(182,180,9); }

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

border-color css

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

 span { border-color: rgb(182,180,9); }

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