Html Css Color HEX #B26701 Golden Brown

📋 copy color: '#B26701'

red 178 ◦ green 103 ◦ blue 1

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

Shades of Golden Brown #B26701

Tints of Golden Brown #B26701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.52%

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

R = 63.12%
G = 36.52%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B26701 (or 0xB26701) is known color: Golden Brown. HEX triplet: B2, 67 and 01. RGB value is (178,103,1). Sum of RGB (Red+Green+Blue) = 178+103+1=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B26701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26701 is #4D98FE. Grayscale: #727272. Windows color (decimal): -5085439 or 92082. OLE color: 92082.

HSL color Cylindrical-coordinate representation of color #B26701: hue angle of 34.58º 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 #B26701 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 103 1 -
CMYK 0 0.42 0.99 0.30
HSL 34.58º 0.99% 0.35% -
HSV(B) 34.58º 0.99% 0.7% -
XYZ 23.22 19.17 2.5 -
YUV 113.8 64.35 173.79 -
System Red Green Blue C M Y K H S L
Decimal 178 103 1 0 0.42 0.99 0.30 34.58 0.99 0.35
Hex B2 67 1 0 2A 63 1E 23 63 23
Octal 262 147 1 0 52 143 36 43 143 43
Binary 10110010 1100111 1 0 101010 1100011 11110 100011 1100011 100011

Color Harmonies of #B26701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26701

Black with #B26701

Text Example


Text Example

White with #B26701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26701; }

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

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

background-color css

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

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

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

border-color css

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

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

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