Html Css Color HEX #B6B400 La Rioja

📋 copy color: '#B6B400'

red 182 ◦ green 180 ◦ blue 0

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

Shades of La Rioja #B6B400

Tints of La Rioja #B6B400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.28%
G = 49.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B6B400 (or 0xB6B400) is known color: La Rioja. HEX triplet: B6, B4 and 00. RGB value is (182,180,0). Sum of RGB (Red+Green+Blue) = 182+180+0=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B400 is #494BFF. Grayscale: #A0A0A0. Windows color (decimal): -4803584 or 46262. OLE color: 46262.

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

Color convert

RGB 182 180 0 -
CMYK 0 0.01 1 0.29
HSL 59.34º 1% 0.36% -
HSV(B) 59.34º 1% 0.71% -
XYZ 35.61 42.59 6.34 -
YUV 160.08 37.66 143.64 -
System Red Green Blue C M Y K H S L
Decimal 182 180 0 0 0.01 1 0.29 59.34 1 0.36
Hex B6 B4 0 0 1 64 1D 3B 64 24
Octal 266 264 0 0 1 144 35 73 144 44
Binary 10110110 10110100 0 0 1 1100100 11101 111011 1100100 100100

Color Harmonies of #B6B400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B400

Black with #B6B400

Text Example


Text Example

White with #B6B400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B400; }

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

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

background-color css

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

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

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

border-color css

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

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

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