Html Css Color HEX #B2A701 La Rioja

📋 copy color: '#B2A701'

red 178 ◦ green 167 ◦ blue 1

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

Shades of La Rioja #B2A701

Tints of La Rioja #B2A701

RGB

 RED value IS 178 (69.92% from 255) = 51.45%

 GREEN value IS 167 (65.63% from 255) = 48.27%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 51.45%
G = 48.27%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B2A701 (or 0xB2A701) is known color: La Rioja. HEX triplet: B2, A7 and 01. RGB value is (178,167,1). Sum of RGB (Red+Green+Blue) = 178+167+1=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 167 (65.62% from 255 or 48.27% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A701 is #4D58FE. Grayscale: #989898. Windows color (decimal): -5069055 or 108466. OLE color: 108466.

HSL color Cylindrical-coordinate representation of color #B2A701: hue angle of 56.27º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2A701 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 167 1 -
CMYK 0 0.06 0.99 0.30
HSL 56.27º 0.99% 0.35% -
HSV(B) 56.27º 0.99% 0.7% -
XYZ 32.18 37.1 5.49 -
YUV 151.37 43.14 147 -
System Red Green Blue C M Y K H S L
Decimal 178 167 1 0 0.06 0.99 0.30 56.27 0.99 0.35
Hex B2 A7 1 0 6 63 1E 38 63 23
Octal 262 247 1 0 6 143 36 70 143 43
Binary 10110010 10100111 1 0 110 1100011 11110 111000 1100011 100011

Color Harmonies of #B2A701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A701

Black with #B2A701

Text Example


Text Example

White with #B2A701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A701; }

 p { color: rgb(178,167,1); }

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

background-color css

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

 a { background-color: rgb(178,167,1); }

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

border-color css

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

 span { border-color: rgb(178,167,1); }

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